Parameters
- severity
- The log message severity.
- writeMode
- Whether to queue-and-return or wait-for-commit.
- exception
- An Exception object to attach to this log message.
- category
- The category for this log message.
- caption
- A simple single-line message caption. (Will not be processed for formatting.)
- description
- Additional multi-line descriptive message (or may be null) which can be a format string followed by corresponding args.
- args
- A variable number of arguments referenced by the formatted description string (or no arguments to skip formatting).